home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / sun / awt / AppContext$4.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  1.1 KB  |  38 lines

  1. package sun.awt;
  2.  
  3. import java.awt.Window;
  4. import java.beans.PropertyChangeSupport;
  5. import java.security.AccessController;
  6.  
  7. final class AppContext$4 implements Runnable {
  8.    // $FF: synthetic field
  9.    final PropertyChangeSupport val$changeSupport;
  10.    // $FF: synthetic field
  11.    final Object val$notificationLock;
  12.    // $FF: synthetic field
  13.    final AppContext this$0;
  14.  
  15.    AppContext$4(AppContext var1, PropertyChangeSupport var2, Object var3) {
  16.       this.this$0 = var1;
  17.       this.val$changeSupport = var2;
  18.       this.val$notificationLock = var3;
  19.    }
  20.  
  21.    public void run() {
  22.       Window[] var1 = Window.getOwnerlessWindows();
  23.  
  24.       for(Window var5 : var1) {
  25.          var5.dispose();
  26.       }
  27.  
  28.       AccessController.doPrivileged(new AppContext.4.1(this));
  29.       if (this.val$changeSupport != null) {
  30.          this.val$changeSupport.firePropertyChange("guidisposed", false, true);
  31.       }
  32.  
  33.       synchronized(this.val$notificationLock) {
  34.          this.val$notificationLock.notifyAll();
  35.       }
  36.    }
  37. }
  38.